Jane's Community Blog ( Blog Home )


Error!
CuteNews has detected that you use $category = "<span style="; but you can call the categories only with their ID numbers and not with names
example:
<?PHP
$category = "1";
include("path/to/show_news.php");
?>